home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Utilities
/
Winter Shell 1.0d2
/
Source
/
Libraries
/
LongRectangleLib
/
LongRectangleLib.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-12-18
|
335 b
|
9 lines
|
[
TEXT/KAHL
]
#pragma once
typedef struct { long top, left, bottom, right; } LRectType;
Boolean LRectValid(const LRectType *r);
void LRectToRect(const LRectType *lr, Rect *r);
void LRectFromRect(LRectType *lr, const Rect *r);
void LRectOffset(LRectType *r, long h, long v);
long LRectWidth(const LRectType *r);
long LRectHeight(const LRectType *r);